home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / BCWINDOW.ZIP;1 / WINDOWS.GLO < prev    next >
Encoding:
Text File  |  1989-01-12  |  348 b   |  34 lines

  1. /* video variables  */
  2. char
  3.     normal,
  4.     vidhigh,
  5.     reverse,
  6.     black,
  7.     blue,
  8.     green,
  9.     cyan,
  10.     red,
  11.     magenta,
  12.     brown,
  13.     white,
  14.     bwhite,
  15.     background,
  16.     waitforretrace;
  17.  
  18. int
  19.     baseofscreen;
  20.  
  21. /* Operation variables  */
  22.  
  23. char
  24.     abortprint,
  25.     inputabsolute,
  26.     recchanged;
  27.  
  28. int
  29.     glorptline,
  30.     printatx,
  31.     fieldlinenum,
  32.     critoperation;
  33.  
  34.